/*
    Project Name : Video Game
    Author Company : Ewebcraft
    Author Website : http://www.ewebcraft.com
    Author Email : ewebcraft@gmail.com
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,900|Roboto:300,400,500,700,900');

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

img {
	max-width: 100%;
}
.nopadding {
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, li {
	margin: 0px;
}
p {
	line-height: 1.6em;
}
a,button,.btn {
	transition: all 0.3s ease 0s;
	outline: none;
	text-decoration: none;
}
a:hover, a:focus, a:active,
button:hover, button:active, button:focus,
.btn:hover, .btn:active, .btn:focus {
	text-decoration: none;
	outline: none;
}
.wow {
	visibility: hidden;
}
.text-uppercase {
	text-transform: uppercase;
}
.overflow-hidden {
	overflow: hidden;
}

.backToTop {
	width: 39px;
	height: 39px;
	background: #fff;
	border:1px solid #fff;
	color: #7f7f7f;
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	position: fixed;
	bottom: -20px;
	right: 40px;
	z-index: 999;
	transform: scale(0) rotate(360deg);
	transition: transform 0.7s ease 0s, bottom 1.5s ease 0s;
}
.btt-show {
	transform: scale(1) rotate(0deg);
	bottom: 40px;	
}
.theme-row {
	margin-top: 50px;
}

.btn-theme {
  display: inline-block;
  padding: 12px 25px;
  background: #727272;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 1px solid #727272;
  margin-top: 20px;  
}
.btn-theme:hover,
.btn-theme:active,
.btn-theme:focus {
  color: #121212;
  background: #727272; 
  border: 1px solid #727272;
}
.section-heading {
	color: #fff;
	font-weight: 500;
	font-size: 48px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.seperator {
	width: 108px;
	height: 3px;
	margin: 0px auto;
	background: #fff;
	border:none;
}

/* form-submision */

	.formOverlay:before 
	{
	  content: "\f110";
	  font-family: fontawesome;
	  -webkit-animation: fa-spin 1s infinite steps(8);
	  animation: fa-spin 1s infinite steps(8);
	  color:#33ff00;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  margin-left: -10%;
	  font-size: 56px;
	  margin-top: -34px;
	}
	.formOverlay 
	{
	  background: rgba(0,0,0,0.3);
	  display: block;
	  height: 100%;
	  left: 0;
	  position: absolute;
	  top: 0;
	  width: 100%;
	  z-index: 9999;
	}
	.alert strong {
		display: inline-block;
		width: 100%;
	}
	.alert .message-icon 
	{
	  margin-right: 10px;
	  width: 30px;
	  height: 30px;
	  text-align: center;
	  border:1px solid #9F9F9F;
	  border-radius: 50%;
	  line-height: 30px;
	}
	.alert span {
	  display: inline-block;
	  font-size: 14px;
	  font-weight: 400;
	  float: left;
	  width: 80%;
	  margin-left: 15px;
	  margin-top: 5px;
	}
	.form-control.error {
		border-color: rgb(255, 26, 26) !important;
	    box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
	    -webkit-box-shadow: 0 1px 1px rgba(255, 52, 52, 0.53) inset, 0 0 4px rgb(255, 36, 36) !important;
	    -moz-box-shadow: 0 1px 1px rgba(56, 165, 74, 0.1) inset, 0 0 4px rgba(166, 0, 0, 0.4) !important;
	}
	label.error {
		display: none !important;
	}

/* ______-----Banner-----______ */
#banner {
	background: url(../images/banner-bg.jpg) center center;
	background-size: cover;
	padding: 85px 0px 150px;
}
#banner .logo {
	margin-top: 20px;
}
#banner .banner-text {
	margin-top: 120px;
}
#banner .banner-text h1 {
	font-family: 'Raleway';
	font-size: 60px;
	font-weight: 900;
	color: #fff;
	margin: 0px;
	margin-bottom: 25px;
}
#banner .banner-text h1 span {
	display: inline-block;
}
#banner .banner-text p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px;
}
#banner .banner-text .btn-video {
	background: #fff;
	border-color: #fff;
	color: #727272;
	margin-left: 30px;
}
#banner .banner-text .btn-theme:hover,
#banner .banner-text .btn-theme:active,
#banner .banner-text .btn-theme:focus {
	background: transparent;
	color: #727272;
	border: 1px solid rgba(114, 114, 114, 0.8);
}

#signUp-form input::-webkit-input-placeholder,
#signUp-form textarea::-webkit-input-placeholder {
color:#cdcdcd !important;
}
 
#ssignUp-form input:-moz-placeholder,
#ssignUp-form textarea:-moz-placeholder { /* Firefox 18- */
color:#cdcdcd !important;  
}
 
#signUp-form input::-moz-placeholder,
#signUp-form textarea::-moz-placeholder {  /* Firefox 19+ */
color:#cdcdcd !important;  
}
 
#signUp-form input:-ms-input-placeholder,
#signUp-form textarea:-ms-input-placeholder {  
color:#cdcdcd !important;  
}
.form {
	position: relative;
}
.form-group {
	display: block !important;
}
.form input {
	border-radius: 5px !important;
	height: 43px;
	padding-left: 33px;
	width: 100% !important;
}
.input-group i {
	color: #595959;
	font-size: 16px;
	left: 13px;
	position: absolute;
	top: 14px;
	z-index: 99;
}
.form-container {
 background-color: #f7f7f7;
 border-radius: 5px;
}
.form-head {
	padding: 28px 20px;
	background: #42ca20;
	margin-bottom: 40px;
	position: relative;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.form-head i.fa {
	color: #42ca20;
	font-size: 32px;
	position: absolute;
	left: 50%;
	bottom: -19px;
	margin-left: 0px;
}
.form-container h3 {
	color: #fff;
	font-size: 30px;
	margin: 0px;
	font-weight: 300;
	padding: 0;
	margin-bottom: 10px;
}
.form-container a {
	display: inline-block;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
}
.inner-addon {
	position: relative;
}
.inner-addon .fa {
	position: absolute;
	padding: 16px;
	/*pointer-events: none;*/
	color: #42ca20;
}
.left-addon .fa {
	left: 0px;
}
.right-addon .fa {
	right: 0px;
}
.left-addon input {
	padding-left: 40px;
}
.left-addon select {
	padding-left: 40px;
}
.right-addon input {
	padding-right: 30px;
}
select {
	-webkit-appearance: none;
	padding: 0px;
	color: #b2b2b2 !important;
}
option {
	color: #b2b2b2 !important;
}
.style-option {
	color: #575757 !important;
}
#signUp-form {
	padding: 0px 20px 25px;
}
#signUp-form .form-group {
	margin-bottom: 25px;
	padding: 0px;	
}
#signUp-form .form-control {
	background: white;
	font-family: 'Roboto';
	font-weight: 400;
	border-top: none;
	border-left: 0;
	border-right: 0;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	color: #575757;
	width: 100%;
	height: 45px;
}
#signUp-form textarea.form-control {
	height: auto !important;
}

#signUp-form .form-control:focus {
	border: 1px solid #42ca20;
}
#signUp-form .btn-submit {
	background: #42ca20;
	border: transparent;
	font-weight: 700;
	padding: 15px 0px;
	font-size: 20px;
	color: #ffffff;
	position: relative;
	transition: all 0.3s;
	border-radius: 5px;
}

/* ______-----Featured-----______ */
#featured {
	background: url(../images/chracter-bg.png) center center;
	background-size: cover;
	padding: 80px 0px;
	position: relative;
	z-index: 1
}
#featured .services-img img {
    text-align: center;
    margin-top: 50px;
}
#featured .services-section-1 ul,
#featured .services-section-2 ul {
    padding: 0px;
    margin: 0px;
}
#featured .services-section-1 ul>li,
#featured .services-section-2 ul>li {
    padding: 0px;
    margin: 0px 0px 35px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    list-style: none;
}
#featured .services-section-1 ul>li:last-child,
#featured .services-section-2 ul>li:last-child {
    margin-bottom: 0px;
}
#featured .number {
    position: relative;
    width: 82px;
    height: 47.34px;
    background-color: transparent;
    margin: 25px 0 45px;
    border-left: solid 2px #727272;
    border-right: solid 2px #727272;
    transition: all 0.4s ease 0s;
}
#featured .number i.fa {
    line-height: 50px;
    font-size: 28px;
    text-align: center;
    z-index: 999;
    color: #fff;
    display: block;
    transition: all 0.5s ease 0s;
}
#featured ul li:hover .number {
    background-color: #727272;
    border-left: solid 2px #7272720;
    border-right: solid 2px #727272;
}
#featured ul li:hover .number i.fa {
    color: #fff;
}
#featured .number:before,
#featured .number:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 57.98px;
    height: 57.98px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 10.0086px;
    /*transition: 0.2s ease 0s;*/
}
#featured .number:before {
    top: -28.9914px;
    border-top: solid 2.8284px #727272;
    border-right: solid 2.8284px #727272;
    z-index: -999;
}
#featured .number:after {
    bottom: -28.9914px;
    border-bottom: solid 2.8284px #727272;
    border-left: solid 2.8284px #727272;
    z-index: -999;
}
#featured ul li:hover .number:before {
	background-color: #727272;
}
#featured ul li:hover .number:after {
	background-color: #727272;
}

#featured .services-section-1 .points-1 h4 {
    color: #fff;
    padding-bottom: 10px;
    text-align: right;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 28px;
}
#featured .services-section-2 .points-2 h4 {
    color: #fff;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 28px;
}
#featured .services-section-1 .number {
    display: inline-block;
}
#featured .services-section-1 .points-1 p {
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
#featured .services-section-2 .points-2 p {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

/* ______-----Learn-----______ */
#learn {
    background: url(../images/video-bg.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
#learn .section-heading {
	color: #fff;
	font-size: 40px;
}
#learn .seperator {
	margin-top: 5px;
	margin-bottom: 45px;
	background: #fff;
	margin-left: 0px;
}
#learn .btn-theme {
	margin-top: 45px;
}
#learn .learn-main {
	padding-left: 30px;
}
.learn-text p {
    color: #fff;
}
.learn-text .btn-submit i.fa {
    font-size: 36px;
    vertical-align: sub;
    margin-right: 15px;
}
.learn-video {
    margin-top: 175px;
}
.learn-video img {
    text-align: right;
    display: block;
    margin: 0 auto;
}
#learn .sp-media {
	margin-top: 30px;
}
#learn .sp-media .media-left {
	padding-right: 20px;
}
#learn .sp-media .media-left img {	
	max-width: none;
}	
#learn .sp-media .media-body p {
	margin-top: 5px;	
}

#learn .btn-theme {
	padding: 14px 30px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	margin-right: 30px;
}
#learn .btn-theme:hover,
#learn .btn-theme:active,
#learn .btn-theme:focus {
	background: #000;
	color: rgba(114, 114, 114, 1);
	border-color: rgba(255,255,255,0.2);
}

/* ______-----Super Book Feature-----______ */
#s-featured {
	background: url(../images/warior-abg.jpg) center center;
	background-size: cover;
	padding: 80px 0px;
}
#s-featured .work_block h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 45px;
    text-transform: capitalize;
    transition: all 0.4s ease;
}
#s-featured .work_block p {
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}
#s-featured .work-img img {
	border: 5px solid #fff;
	border-radius: 5px;
	transition: all 0.4s ease;
}
#s-featured .work_block:hover .work-img img {
	border-color: #727272;
}
#s-featured .work_block:hover h4 {
	color: #727272;
}
/* ______-----Have Question-----______ */
#hq {
    background: url(../images/pattern-bg.jpg) repeat;
    padding: 120px 0px 45px;
    margin-top: -80px;
    position: relative;
    z-index: 0;
}
.hq_main p {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    color: #fff;
}
.hq_main h2 {
    color: #fff;
}
.hq_main .feel-free {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}
.hq_main .hq_number {
	font-weight: 500;
}
.hq_main .btn-theme {
	background: transparent;
	border: 2px solid #fff;
	padding: 18px 50px;
	font-size: 18px;
	font-weight: 400;
}
.hq_main .btn-theme:hover,
.hq_main .btn-theme:active,
.hq_main .btn-theme:focus {
	background: #000;
	color: rgba(114, 114, 114, 1);
	border-color: rgba(255,255,255,0.2);
}

/* ______-----About Us-----______ */
#eldercare-wwa {
  background: url(../images/demo-abg.jpg) center center;
  background-size: cover;
  padding: 80px 0;
}
#eldercare-wwa .seperator {
	margin-left: 0px;
	margin-bottom: 50px;
}
#eldercare-wwa .btn-theme {
	color: #42ca20;
	border-color: #42ca20;
}
#eldercare-wwa .btn-theme:hover {
	color: #000;
}
#eldercare-wwa p {
  color: #fff;
  font-size: 15px;
  margin: 0px;
  margin-bottom: 40px;
}
#eldercare-wwa .btn-theme {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	padding: 14px 30px;
}
#eldercare-wwa .btn-theme:hover,
#eldercare-wwa .btn-theme:active,
#eldercare-wwa .btn-theme:focus {
	background: #000;
	color: rgba(114, 114, 114, 1);
	border-color: rgba(255,255,255,0.2);
}
#eldercare-wwa .about-img a {
	position: relative;
	display: inline-block;
}
#eldercare-wwa .about-img i.fa {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #c72b2b;
	font-size: 90px;
	margin-top: -50px;
	margin-left: -30px;
}

/* ______-----Testimonials-----______ */
#testimonials {
	background: url(../images/pattern-bg.jpg) repeat;
	padding: 80px 0px;
}
#testimonials .section-heading {
	color: #fff;	
}
#testimonials .seperator {
	background: #fff;
}
#testimonials .theam-row {
	margin-top: 50px;
}
#testimonials .testi_img {
  display: inline-block;
  margin: 0px;
}
#testimonials .item p {
  padding: 30px 0px;
  color: #fff;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;

}
#testimonials .item h4 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0px;
}
#testimonials .item h4 span {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding-top: 10px;
  display: inline-block;
}

/* ______-----Footer-----______ */
#copyRight {
    background-color: #000;
    padding: 20px 0;
}

.footer-detail a {
    color: rgb(255, 255, 255);
    margin-left: 10px;
    text-align: center;
}

.footer-detail h3 {
    color: #FFFFFF;
    font-size: 14px;
    text-transform: inherit;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.footer-detail a i.fa {
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    transition: all 0.3s ease 0s;
}

.footer-detail a i.fa:hover {
    background-color: #FFFFFF;
    color: #727272;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-color: #fff;
}

#copyRight a {
    color: #fff;
}

#copyRight p {
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
    padding-top: 22px;
}

.serverinfo .servercard-title .servercard-title-playercount {
  font-size: 54px;
  font-weight: 600;
  color: rgb(196, 196, 196);
}